Release 10.1A: OpenEdge Development:
ADM Reference


assignPageProperty

Procedure that assigns a property in all objects on the CurrentPage of a SmartContainer. If an object on the page does not have a property, it is ignored without error.

Location: containr.p

Parameters:

INPUT pcProp AS CHARACTER

The property to set.

INPUT pcValue AS CHARACTER

The value to assign to that property.

Notes:

/* 
** Sets the DataModified property to "no" 
*/ 
RUN assignPageProperty (‘DataModified’:U, ‘no’:U). 


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095